projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8792225
)
libostree: Squash a compiler warning
author
Colin Walters
<walters@verbum.org>
Thu, 24 Oct 2013 18:37:50 +0000
(14:37 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 24 Oct 2013 18:37:50 +0000
(14:37 -0400)
src/libostree/ostree-repo-pull.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-pull.c
b/src/libostree/ostree-repo-pull.c
index ce1af2aebe66e3124d44a0a8fd1c2d7c7a7bd00b..271d44da7fa7ff85337a436c76953370b422f917 100644
(file)
--- a/
src/libostree/ostree-repo-pull.c
+++ b/
src/libostree/ostree-repo-pull.c
@@
-420,7
+420,7
@@
scan_dirtree_object (OtPullData *pull_data,
const char *filename;
gboolean file_is_stored;
gs_unref_variant GVariant *csum = NULL;
- gs_free char *file_checksum;
+ gs_free char *file_checksum
= NULL
;
g_variant_get_child (files_variant, i, "(&s@ay)", &filename, &csum);